-
Notifications
You must be signed in to change notification settings - Fork 993
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fixes #36892 - Pass host results to REX slot and make permissions nodes extensible #9895
Fixes #36892 - Pass host results to REX slot and make permissions nodes extensible #9895
Conversation
bd47581
to
519f91a
Compare
8c0bfb1
to
3aeaf33
Compare
3aeaf33
to
23dde58
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Works well. Ack
[test katello] |
allow root node permissions to be extended Refs #36892 - improvements to regex & index layout
23dde58
to
9c1c7b5
Compare
@parthaa updated to use your implementation of |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ack
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested with theforeman/foreman_remote_execution#845 and I was able to run a bulk host action.
foreman_remote_execution needs access to the host response on the new host overview page (without making another api request).
This also allows plugins to override an
index_node_permissions
method to add permissions of their own to the API response.